PowerShell

Start-Process terminal.exe -ArgumentList "-NoExit -Command echo 'test'"
Start-Process wt.exe -ArgumentList "pwsh.exe", "-NoExit", "-Command", "dir"
wt -d "$env:USERPROFILE/desktop" pwsh -NoExit -Command "dir"
wt -w "cw" -d "$env:USERPROFILE/desktop" pwsh -NoExit -Command "dir"